home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global mwide, end
- if soundBusy(2) then
- sound stop 2
- end if
- if mwide > 0 then
- set the movieTime of sprite 5 to mwide
- else
- set the movieTime of sprite 5 to 0
- end if
- set end to the duration of cast "SHOWER4.MOV"
- if the movieRate of sprite 5 = 0 then
- set the movieRate of sprite 5 to 1
- end if
- end
-